.zjt-head {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.zjt-head-container {
    height: 60px;
    position: relative;
    z-index: 1000;
    line-height: 60px;
}

.zjt-head a {
    color: #fff;
}

.zjt-head a:hover {
    font-weight: bold;
}

.zjt-head-left {
    float: left;
}

.zjt-head-right {
    float: right;
}

.zjt-head-container span {
    padding: 0 12px 0 3px;
    position: relative;
}

.zjt-head-container span a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    width: 2px;
    height: 14px;
    background: #fff;
}

.zjt-head-container-xxgk a {
    color: #2D65A5;
}

.zjt-head-container-xxgk span a:after {
    background: #2D65A5;
}

#zjt-header-person-center a:after,
#zjt-header-wza a:after,
#zjt-header-js a:after,
#zjt-header-lx a:after,
#zjt-header-smh a:after {
    display: none;
}

#zjt-header-js {
    display: none;
}

#zjt-header-lx {
    width: 120px;
    height: 29px;
    line-height: 29px;
    background: #008CEB;
    border-radius: 15px;
    font-size: 12px;
    padding: 5px 25px 5px 30px;
}

.sz-btn {
    display: inline-block;
    margin-left: 10px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    line-height: 31px;
    font-size: 14px;
    position: relative;
    padding-right: 36px;
    padding-left: 18px;
}

/*显示个人中心*/
#zjt-header-person-center {
    display: none;
    margin-right: -10px;
}

#zjt-header-person-center a {
    margin-right: 10px;
}

#zjt-header-sz-btn {
    padding: 30px 0;
}

.zjt-head-sz-list-bg {
    position: absolute;
    right: 0;
    top: 50px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 0px 20px 40px;
    width: 1040px;
    z-index: 1000;
}

.zjt-head-sz-list-bg:before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -20px;
    right: 50px;
    position: absolute;
    pointer-events: none;
    content: '';
}

.zjt-head-sz-list-bg ul {
    display: inline-block;
}

.zjt-head-sz-list-bg ul li {
    display: inline-block;
    font-size: 14px;
    width: 260px;
}

.zjt-head-sz-list-bg ul li:hover {
    display: inline-block;
}

.zjt-head .zjt-logo {
    float: left;
    margin-top: 50px;
    text-align: center;
}

.zjt-head .zjt-logo img {
    width: 600px;
    height: 87px;
}

.zjt-head .zjt-search {
    float: right;
    margin-top: 62px;
    height: 60px;
    line-height: 60px;
    border-radius: 34px;
    background: #fff;
    padding-left: 30px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    /*display: none;*/
}

.zjt-head .zjt-search form {
    display: inline-block;
    width: 240px;
    height: 60px;
    margin: 0;
}

.zjt-head .zjt-search_text {
    float: none;
    border: none;
    color: #999;
    text-indent: 10px;
    width: 240px;
    height: 50px;
    font-size: 14px;
}

.zjt-head .zjt-search_btn {
    background: #4D8AB5;
    border-radius: 0 34px 34px 0;
    width: 80px;
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
}

.zjt-head .zjt-search_btn_img {
    width: 30px;
    height: 30px;
    /*vertical-align: middle;*/
    margin-left: 20px;
    margin-top: 15px;
}

.zjt-head .zjt-search-select-bg {
    font-weight: normal;
    color: #005896;
    cursor: pointer;
    position: relative;
    display: inline-block;
    float: left;
}

.zjt-head .zjt-search-select-bg:after {
    position: absolute;
    right: 0;
    width: 2px;
    height: 30px;
    top: 15px;
    content: '';
    background: #005896;
}

.zjt-head .zjt-search-select-bg .select-value {
    position: relative;
    padding-right: 30px;
    /*visibility: hidden;*/
    width: 80px;
}

.zjt-head .zjt-search-select-bg .arrow-down:before {
    border-right: 1px solid #005896;
    border-bottom: 1px solid #005896;
    top: 22px;
}

.zjt-head .zjt-search-select-bg ul {
    display: none;
    position: absolute;
    top: 0;
    left: -30px;
    background: #fff;
    width: 150px;
    text-align: center;
    z-index: 10;
}

.zjt-head .zjt-search-select-bg ul li {
    font-weight: normal
}

.zjt-head .zjt-search-select-bg ul li:hover {
    font-weight: bold;
}

.zjt-head .nav-list-bg {
    float: left;
    margin-top: 70px;
    width: 1200px;
    font-size: 20px;
    font-weight: normal;
    color: #005896;
    line-height: 86px;
    height: 86px;
    /*background: rgba(0, 0, 0, 0.5);*/
    /*background: rgb(0, 0, 0);*/
    /*opacity: 0.5;*/
    background-color: #2F7FBA;
    display: inline-block;
    position: relative;
}

.zjt-head .nav-list-item {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 14%;
    float: left;
    /*font-size: 26px;*/
}

#fzjs-item-bg {
    width: 16%;
}

/*.zjt-head .nav-list-item:hover a {
    font-size: 31px;
}*/

.zjt-head .nav-list-selected /*,
.zjt-head .nav-list-item:hover*/
{
    /*background: #fff;*/
}

.zjt-head .nav-list-selected a /*,
.zjt-head .nav-list-item:hover a*/
{
    /*color: #005896;*/
}

.zjt-head .nav-list-selected a:after {
    position: absolute;
    width: 80px;
    bottom: 20px;
    left: calc(100px - 184px * 0.3);
    height: calc(8px * 0.6);
    content: '';
    background: url(../images/nav_item_selected_bg.png) no-repeat;
    background-size: 100% auto;
}

#fzjs-item-bg a:after {
    left: 56px;
}

.zjt-head .nav-list-item:after {
    position: absolute;
    width: 3px;
    right: 0;
    top: 32px;
    height: 26px;
    content: '';
    background: #fff;
}

#fzjs-item-bg:after {
    display: none;
}

/*行业建设弹出层*/
.hyjss {
    width: 1200px;
    margin: 0 auto;
    min-height: 200px;
    border-bottom: 1px solid #EFEFEF;
    background-color: #FFFFFF;
    padding: 30px 0;
    display: none;
    position: absolute;
    top: 86px;
    z-index: 1000;
}

.hyjss-left-hyjss ul {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    float: left;
}

/*.hyjss-left-hyjss li.hover{ margin-right:0px;}*/

.hyjss-left-hyjss li {
    width: 22%;
    height: 60px;
    float: left;
    background-color: #EDF3F8;
    margin: 15px 15px 0;
    line-height: normal;
}

.hyjss-left-hyjss li span {
    display: inline-block;
    height: 25px;
    width: 25px;
    padding-right: 20px;
    vertical-align: middle;
}

/*.hyjss-left-hyjss li:hover span{transform:rotate(360deg);-webkit-transform:rotate(360deg);}*/

.hyjss-left-hyjss li span.ico1 {
    background: url(../images/hyjss_icon_1.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico2 {
    background: url(../images/hyjss_icon_2.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico3 {
    background: url(../images/hyjss_icon_3.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico4 {
    background: url(../images/hyjss_icon_4.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico5 {
    background: url(../images/hyjss_icon_5.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico6 {
    background: url(../images/hyjss_icon_6.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico7 {
    background: url(../images/hyjss_icon_7.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico8 {
    background: url(../images/hyjss_icon_8.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico9 {
    background: url(../images/hyjss_icon_9.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico10 {
    background: url(../images/hyjss_icon_10.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico11 {
    background: url(../images/hyjss_icon_11.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico12 {
    background: url(../images/hyjss_icon_12.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico13 {
    background: url(../images/hyjss_icon_13.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico14 {
    background: url(../images/hyjss_icon_14.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li span.ico15 {
    background: url(../images/hyjss_icon_15.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico1,
.hyjss-left-hyjss .item-selected span.ico1 {
    background: url(../images/hyjss_icon_1m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico2,
.hyjss-left-hyjss .item-selected span.ico2 {
    background: url(../images/hyjss_icon_2m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico3,
.hyjss-left-hyjss .item-selected span.ico3 {
    background: url(../images/hyjss_icon_3m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico4,
.hyjss-left-hyjss .item-selected span.ico4 {
    background: url(../images/hyjss_icon_4m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico5,
.hyjss-left-hyjss .item-selected span.ico5 {
    background: url(../images/hyjss_icon_5m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico6,
.hyjss-left-hyjss .item-selected span.ico6 {
    background: url(../images/hyjss_icon_6m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico7,
.hyjss-left-hyjss .item-selected span.ico7 {
    background: url(../images/hyjss_icon_7m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico8,
.hyjss-left-hyjss .item-selected span.ico8 {
    background: url(../images/hyjss_icon_8m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico9,
.hyjss-left-hyjss .item-selected span.ico9 {
    background: url(../images/hyjss_icon_9m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico10,
.hyjss-left-hyjss .item-selected span.ico10 {
    background: url(../images/hyjss_icon_10m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico11,
.hyjss-left-hyjss .item-selected span.ico11 {
    background: url(../images/hyjss_icon_11m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico12,
.hyjss-left-hyjss .item-selected span.ico12 {
    background: url(../images/hyjss_icon_12m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico13,
.hyjss-left-hyjss .item-selected span.ico13 {
    background: url(../images/hyjss_icon_13m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico14,
.hyjss-left-hyjss .item-selected span.ico14 {
    background: url(../images/hyjss_icon_14m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li:hover span.ico15,
.hyjss-left-hyjss .item-selected span.ico15 {
    background: url(../images/hyjss_icon_15m.png) no-repeat left;
    background-size: 25px 25px
}

.hyjss-left-hyjss li a {
    width: 95%;
    display: block;
    margin-top: 15px;
    margin-left: 10px;
    padding-bottom: 5px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyjss-left-hyjss li a:hover, .hyjss-left-hyjss .item-selected a {
    color: #eeeeee;
}

.hyjss-left-hyjss li:hover a, .hyjss-left-hyjss .item-selected a {
    color: #eeeeee;
}

.hyjss-left-hyjss li:hover, .hyjss-left-hyjss .item-selected {
    display: block;
    color: #eeeeee;
    background-color: #006BB7;
}

/*一级目录*/
.one-child-box {
    width: 1200px;
    /*width: 1166px;*/
    margin: 0 auto;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.67) 100%);*/
    background-color: #2F7FBA;
    /*padding: 10px 4px 10px 30px;*/
    padding: 10px 0 10px 0;
    position: absolute;
    top: 86px;
    z-index: 1000;
    display: none;
}

.child-box-c, .child-box-xxgk {
    /*margin-left: 64px;*/
    width: 96%;
    margin-left: 4%;
}

.child-box-xxgk ul {
    line-height: 25px;
}

.child-box-xxgk ul li {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 40px;
}

.child-box-c ul {
    line-height: 25px;
}

.child-box-c ul li {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    /*margin-right: 40px;*/
    width: 13.5%;
}

.child-box-cc::before {
    position: absolute;
    content: "";
    left: 34%;
    border: 6px solid #FFF;
    border-color: #FFF transparent transparent transparent;
    top: 50%;
}

.child-box-cc {
    margin-left: 20%;
    margin-top: 10px;
}

.child-box-cc span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .zjt-head-left,
    #zjt-header-sz-btn,
    #zjt-header-wza,
    #zjt-header-yx,
    #zjt-header-lang {
        display: none;
    }

    .zjt-head {
        width: 90%;
        font-size: 13px;
    }

    .zjt-head-container {
    }

    .zjt-head-container span {
        padding: 0 10px 0 3px;
    }

    .zjt-head-container span a:after {
        height: 12px;
    }

    .zjt-head .zjt-logo, .zjt-head .zjt-search, .zjt-head .nav-list-bg {
        float: none;
        margin: 0 auto;
    }

    .zjt-head .zjt-logo {
        width: 80%;
        padding-top: 20px;
    }

    .zjt-head .zjt-logo img {
        width: 100%;
        height: auto;
    }

    .zjt-head .zjt-search {
        width: 80%;
        margin: 20px 0 0 10%;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        border-radius: 16px;
        padding-left: 14px;
        display: block;
    }

    .zjt-head .zjt-search form {
        width: calc(100% - 160px);
    }

    /*搜索框*/
    .zjt-head .zjt-search_text {
        width: 100%;
        font-size: 13px;
        height: auto;
        line-height: 28px;
    }

    .zjt-head .zjt-search_btn {
        position: relative;
        float: right;
        background: #4D8AB5;
        border-radius: 0 16px 16px 0;
        width: 60px;
        height: 100%;
    }

    .zjt-head .zjt-search_btn img {
        position: absolute;
        width: 14px;
        height: 14px;
        margin-top: 0px;
        vertical-align: middle;
        padding: 0;
        /*margin-bottom: 2px;*/
        top: 50%;
        transform: translateY(-50%);
    }

    .zjt-head .zjt-search-select-bg {
    }

    .zjt-head .zjt-search-select-bg .select-value {
        width: 60px;
        padding-right: 22px;
        font-size: 13px;
    }

    .zjt-head .zjt-search-select-bg .arrow-down:before {
        top: 10px;
        right: 15px;
    }

    .zjt-head .zjt-search-select-bg ul {
        left: -14px;
        width: 100px;
    }


    .zjt-head .nav-list-bg {
        width: 100%;
        margin-top: 30px;
        height: auto;
        font-size: 13px;
        font-weight: 600;
        line-height: 35px;
    }

    .zjt-head .nav-list-item {
        width: 33.3%;
    }

    #fzjs-item-bg {
        width: 33.3%;
    }

    .zjt-head .nav-list-item:after {
        display: none;
    }

    .zjt-head .zjt-search-select-bg:after {
        position: absolute;
        right: 0;
        width: 1px;
        height: 16px;
        top: 8px;
        content: '';
        background: #005896;
    }

    .hyjss {
        width: 100%;
        top: 70px;
        display: none;
        padding: 10px 0;
    }

    .hyjss-left-hyjss ul {
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hyjss-left-hyjss li {
        width: 50%;
        margin: 0;
        padding: 0;
        background: none;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 40px;
    }

    .hyjss-left-hyjss li a {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 0 0 20px;
        background: none;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-weight: normal;
    }

    .hyjss-left-hyjss li span {
        padding-right: 10px;
        width: 16px;
        height: 16px;
    }

    .hyjss-left-hyjss li span.ico1,
    .hyjss-left-hyjss li span.ico2,
    .hyjss-left-hyjss li span.ico3,
    .hyjss-left-hyjss li span.ico4,
    .hyjss-left-hyjss li span.ico5,
    .hyjss-left-hyjss li span.ico6,
    .hyjss-left-hyjss li span.ico7,
    .hyjss-left-hyjss li span.ico8,
    .hyjss-left-hyjss li span.ico9,
    .hyjss-left-hyjss li span.ico10,
    .hyjss-left-hyjss li span.ico11,
    .hyjss-left-hyjss li span.ico12,
    .hyjss-left-hyjss li span.ico13,
    .hyjss-left-hyjss li span.ico14,
    .hyjss-left-hyjss li:hover span.ico1,
    .hyjss-left-hyjss .item-selected span.ico1,
    .hyjss-left-hyjss li:hover span.ico2,
    .hyjss-left-hyjss .item-selected span.ico2,
    .hyjss-left-hyjss li:hover span.ico3,
    .hyjss-left-hyjss .item-selected span.ico3,
    .hyjss-left-hyjss li:hover span.ico4,
    .hyjss-left-hyjss .item-selected span.ico4,
    .hyjss-left-hyjss li:hover span.ico5,
    .hyjss-left-hyjss .item-selected span.ico5,
    .hyjss-left-hyjss li:hover span.ico6,
    .hyjss-left-hyjss .item-selected span.ico6,
    .hyjss-left-hyjss li:hover span.ico7,
    .hyjss-left-hyjss .item-selected span.ico7,
    .hyjss-left-hyjss li:hover span.ico8,
    .hyjss-left-hyjss .item-selected span.ico8,
    .hyjss-left-hyjss li:hover span.ico9,
    .hyjss-left-hyjss .item-selected span.ico9,
    .hyjss-left-hyjss li:hover span.ico10,
    .hyjss-left-hyjss .item-selected span.ico10,
    .hyjss-left-hyjss li:hover span.ico11,
    .hyjss-left-hyjss .item-selected span.ico11,
    .hyjss-left-hyjss li:hover span.ico12,
    .hyjss-left-hyjss .item-selected span.ico12,
    .hyjss-left-hyjss li:hover span.ico13,
    .hyjss-left-hyjss .item-selected span.ico13,
    .hyjss-left-hyjss li:hover span.ico14,
    .hyjss-left-hyjss .item-selected span.ico14,
    .hyjss-left-hyjss li:hover span.ico15,
    .hyjss-left-hyjss .item-selected span.ico15 {
        background-size: 16px 16px;
    }

    .one-child-box {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 5px 10px 5px 30px;
        position: absolute;
        top: 100px;
        z-index: 1000;
        display: none;
    }

    .child-box-c {
        margin-left: 0;
    }

    .child-box-c ul {
        line-height: 30px;
    }

    .child-box-c ul li {
        font-size: 13px;
        margin-right: 10px;
        width: auto;
    }

    .zjt-head .nav-list-selected a:after {
        position: absolute;
        width: calc(124px * 0.4);
        bottom: 3px;
        left: calc(50% - 124px * 0.2);
        height: calc(8px * 0.4);
        content: '';
        background: url(../images/nav_item_selected_bg.png) no-repeat;
        background-size: 100% auto;
    }

    #zjt-header-reg,
    #zjt-header-login,
    #zjt-header-lx {
        display: none
    }

    #fzjs-item-bg a:after {
        left: 30px;
    }
}
